#footer {
  width: 100%;
  height: auto;
  background-color: #053a82;
  padding: 55px 32px 40px 32px; }

#footer a {
  text-decoration: none;
}

  @media only screen and (max-width: 1000px) {

    #footer {
      padding: 25px 0 30px 0; } }

  #footer .inner {
    width: 100%;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box; }
    @media only screen and (max-width: 1000px) {

      #footer .inner {
        padding: 0 10px;
        max-width: 510px;
        margin: 0 auto; } }

#site_map_list {
  width: 80%;
  height: auto;
  max-width: 960px;
  display: table;
  float: left; }
  @media only screen and (max-width: 1000px) {

    #site_map_list {
      width: 100%;
      display: block; } }
  @media only screen and (max-width: 1000px) {

    #site_map_list {
      width: 100%;
      float: none;
      display: block;
      display: flex;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: stretch; } }

  #site_map_list li {
    width: auto;
    height: 100%;
    display: table-cell;
    box-sizing: border-box;
    padding-right: 20px; }
    @media only screen and (max-width: 1000px) {

      #site_map_list li {
        padding-right: 0; } }

    #site_map_list li p {
      position: relative; }

      #site_map_list li p a {
        font-size: 18px;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 15px;
        display: table;
        padding-left: 28px;
        box-sizing: border-box;
        background-size: 20px auto;
        background-position: left 2px;
        background-repeat: no-repeat;
        margin-left: 0;
        font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
        @media only screen and (max-width: 1000px) {

          #site_map_list li p a {
            font-size: 14px;
            line-height: 23px;
            height: 23px;
            vertical-align: middle; } }

    #site_map_list li a {
      font-size: 13px;
      color: #fff;
      line-height: 1;
      margin-bottom: 10px;
      display: table;
      margin-left: 29px;
      font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      @media only screen and (max-width: 1000px) {

        #site_map_list li a {
          font-size: 12px;
          line-height: 1.5;
          margin-bottom: 10px;
          margin-left: 28px;
          margin-bottom: 10px;
          padding-right: 5px; } }

    #site_map_list li a:hover {
      color: #6aa9ff; }
    @media only screen and (max-width: 1000px) {

      #site_map_list li {
        width: 100%;
        margin-bottom: 15px; }

      #site_map_list li:not(:first-child) {
        width: 50%;
        margin-bottom: 30px; } }

  #site_map_list li:nth-child(1) p a {
    background-image: url(../images/icon_home.png); }

  #site_map_list li:nth-child(2) p a {
    background-image: url(../images/icon_service.png); }

  #site_map_list li:nth-child(3) p:nth-child(1) a {
    background-image: url(../images/icon_philosophy.png); }

  #site_map_list li:nth-child(3) p:nth-child(2) a {
    background-image: url(../images/icon_news.png); }

  #site_map_list li:nth-child(3) p:nth-child(3) a {
    background-image: url(../images/icon_company.png); }

  #site_map_list li:nth-child(3) p:nth-child(4) a {
    background-image: url(../images/icon_advertise.png); }

  #site_map_list li:nth-child(4) p a {
    background-image: url(../images/icon_recruit.png); }

  #site_map_list li:nth-child(5) p:nth-child(1) a {
    background-image: url(../images/icon_mail.png); }

  #site_map_list li:nth-child(5) p:nth-child(2) a {
    background-image: url(../images/icon_privacy.png); }

  #site_map_list li:nth-child(5) p:nth-child(3) a {
    background-image: url(../images/icon_sitemap.png); }


#contact {
  width: 20%;
  height: auto;
  float: right;
  max-width: 240px; }
  @media only screen and (min-width: 768px) and (max-width: 1000px) {

    #contact {
      width: 100%;
      display: block;
      margin: 0 auto;
      margin-top: 30px;
      float: none;
      clear: left;
      max-width: 250px; } }
  @media only screen and (max-width: 767px) {

    #contact {
      width: 100%;
      float: none;
      max-width: none; } }


#contact_form {
  width: 100%;
  height: auto;
  margin-bottom: 20px; }
  @media only screen and (max-width: 1000px) {

    #contact_form {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {

    #contact_form {
      width: 100%; } }

  #contact_form dt {
    font-size: 13px;
    color: #fff;
    line-height: 1;
    margin-bottom: 13px; }
    @media only screen and (max-width: 1000px) {

      #contact_form dt {
        margin-bottom: 20px;
        margin-top: 20px; } }
    @media only screen and (max-width: 767px) {

      #contact_form dt {
        font-size: 18px;
        text-align: center; } }

  #contact_form dd {
    width: 100%;
    height: auto; }

    #contact_form dd a {
      display: table;
      width: 100%;
      height: 54px;
      margin: 0 auto;
      background-color: #FFD700;
      text-align: center;
      border-radius: 5px;
      font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      @media only screen and (max-width: 767px) {

        #contact_form dd a {
          width: 72%;
          max-width: 260px; } }

      #contact_form dd a span {
        color: #042450;
        font-size: 18px;
        font-weight: bold;
        vertical-align: middle;
        display: table-cell; }

    #contact_form dd a:hover {
      background-color: #6aa9ff; }


#contact_tel {
  width: 100%;
  height: auto;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {

    #contact_tel {
      width: auto;
      display: table;
      margin: 0 auto 60px auto; } }

  #contact_tel dt {
    font-size: 13px;
    color: #fff;
    line-height: 1;
    margin-bottom: 13px;
    font-family: "A-OTF UD新ゴ Pro M", Meiryo, sans-serif; }
    @media only screen and (max-width: 767px) {

      #contact_tel dt {
        font-size: 17px;
        margin-bottom: 15px;
        text-align: center; } }

  #contact_tel dd {
    width: 100%;
    height: auto;
    font-family: "A-OTF UD新ゴ Pro M", Meiryo, sans-serif; }

    #contact_tel dd a {
      width: 100%;
      height: auto;
      font-family: "A-OTF UD新ゴ Pro M", Meiryo, sans-serif;
      display: block;
      box-sizing: border-box;
      font-size: 29px;
      line-height: 1.3;
      color: #fff;
      padding-left: 27px;
      background: url(../img/common/contact_tel_icon.png) left 5px no-repeat; }
      @media only screen and (max-width: 767px) {

        #contact_tel dd a {
          font-size: 35px;
          text-align: center;
          width: auto;
          display: table;
          margin: 0 auto; } }

  #contact_tel dd + dd {
    font-size: 13px;
    margin-top: 10px;
    text-align: right;
    color: #fff;
    line-height: 1; }
    @media only screen and (max-width: 767px) {

      #contact_tel dd + dd {
        font-size: 15px; } }


.copyright {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  line-height: 1;
  font-size: 12px;
  text-align: right;
  color: #fff; }
  @media only screen and (min-width: 768px) and (max-width: 1000px) {

    .copyright {
      text-align: center; } }
  @media only screen and (max-width: 767px) {

    .copyright {
      font-size: 15px;
      text-align: center; } }

@media all and (-ms-high-contrast: none) {

  *::-ms-backdrop, #menu li a {
    padding-top: 4px; }

  #contact_tel dd a {
    font-size: 29px;
    padding-top: 6px; } }


.inner:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;}
